C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Storage Namespace / NativeFileStream Class / WriteAsync Method / WriteAsync(Byte[],Int32,Int32) Method

In This Topic
WriteAsync(Byte[],Int32,Int32) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Function WriteAsync( _
   ByVal buffer() As System.Byte, _
   ByVal offset As System.Integer, _
   ByVal count As System.Integer _
) As System.Threading.Tasks.Task
 

Parameters

buffer
offset
count
See Also